home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / mebbs / fusac311.lha / fusac 3.11 / config / FusAC.help < prev   
Text File  |  1994-04-03  |  4KB  |  144 lines

  1.  
  2.                            FUS AreaControl
  3.                           -----------------
  4.  
  5. WHAT IS FusAC?
  6. ==============
  7.  
  8. Fus Area Control is an Areafix clone. It lets points and nodes turn on and
  9. off feeding of echomail areas without bothering the SysOp of the feeding
  10. BBS.
  11.  
  12. A letter to FusAC can look like this:
  13.  
  14. FROM: Robert Wahlström
  15. TO  : FusAC
  16. SUBJ: MyPassword -Q -L -H -? -F1 -F? -CLHA -C?
  17.  
  18. + AMIGA.EUR
  19.   FUS_ALLM
  20. - R20_AMIGASVHARD
  21. %F 1
  22. %F ?
  23. %Q
  24. ---
  25. (anything)
  26.  
  27. The AmigaDos wildcards #? and ? are supported as well as the Unix style *.
  28. #? matches one or more characters
  29. * matches one or more characters
  30. ? matches one character (no more no less)
  31.  
  32. Since the letters to FusAC is processed from top to bottom, the following
  33. letter would be meaningless:
  34.  
  35. -AMIGA
  36. #?
  37. ---
  38.  
  39. The area AMIGA would be turned off and then turned on again together with
  40. all other available areas.
  41.  
  42. This makes more sence:
  43.  
  44. #?
  45. -AMIGA
  46. ---
  47.  
  48. --- Always end Your letter with three minus. This tells FusAC not to look
  49. for commands after that line. If You don't put them there, FusAC will
  50. treat Your signature lines as a request to turn on feed of areas.
  51. Letters to FusAC must be Netmail.
  52.  
  53. Here is an explanation of the commands that can be given on the subject
  54. line:
  55. =======================================================================
  56.  
  57. MyPassword    The password for the node/point as set up in FusAC config
  58.               file.
  59.  
  60. -Q            Query (Ask what areas are turned on for me)
  61.  
  62. -L            List  (Send me a list of available areas)
  63.  
  64. -H            Help  (Send me the help-text (this file))
  65.  
  66. -?             -"-      -"-
  67.  
  68. -F1           Send me file number one.
  69.  
  70. -F?           Send a list of available files.
  71.  
  72. -F<FILENAME>  Send file <FILENAME>
  73.  
  74. -C?           Send a list af available compress methods.
  75.  
  76. -CLHA         Change compress method to LHA.
  77.  
  78. NOTE! Files as mentioned above are not the general files of the BBS.
  79. It is files that the SysOp thinks You should read because they are of
  80. special interest for participants in echomail areas. This can be rules,
  81. policys and others. Request a list of these files with the -F? or %F ?
  82. commands. 
  83.  
  84. Commands in the actual message text:
  85. ====================================
  86.  
  87.  
  88. +AMIGA.EUR               (Turn on area "AMIGA.EUR")
  89.  
  90. MEBBS                    (Turn on area "MEBBS")
  91.  
  92. -TRAPDOOR                (Turn off area "TRAPDOOR")
  93.  
  94. %QUERY                   (Same as -Q in subject line)
  95.  
  96. %LIST                    (Same as -L in subject line)
  97.  
  98. %HELP                    (Same as -H or -? in subject line)
  99.  
  100. %FILE 1                  (Same as -F1 in subject line, note the space)
  101.  
  102. %FILE ?                  (Same as -F? in subject line, note the space)
  103.  
  104. %FILE <FILENAME>         (Same as -F<FILENAME> in subject line, note the space)
  105.  
  106. %COMPRESS ?              (Same as -C? in subject line, note the space)
  107.  
  108. %COMPRESS LHA            (Same as -CLHA in subject line, note the space)
  109.  
  110. %PAUSE                   (Equal to "%PAUSE *". Pauses all areas until resumed)
  111.  
  112. %PAUSE #? 10             (Pauses all areas for ten days)
  113.  
  114. %PAUSE * 93-09-29        (Pauses all areas until September 9th 1993.
  115.                           Note! Date must be in the format YY-MM-DD)
  116.  
  117. %PAUSE *MEBBS* 30        (Pauses all areas matching the pattern *MEBBS*
  118.                           for 30 days (maximum is 999 days))  
  119.  
  120. %RESUME                  (Equal to "%RESUME *". Resumes all paused areas.)
  121.  
  122. %RESUME *MEBBS*          (Resumes all areas matching the *MEBBS* pattern.)
  123.  
  124.  
  125. ---
  126. (anything)               (FusAC will ignore everything after three minus).
  127.  
  128. %QUERY, %HELP, %LIST, %FILE, %COMPRESS, %PAUSE and %RESUME can at all times
  129. be abbreviated.
  130. E.g. %Q %H %L %F %C %P and %R.
  131.  
  132. Paused areas does not have to be RESUMEd, they can be turned on in the usual
  133. way mentioned above.(i.e. +TAGNAME or TAGNAME)
  134.  
  135. If the pause command is issued together with a date or a number of days
  136. You must also issue an argument for areas, a tagname or a wildcard or a
  137. combination of text and wildcards. This means that" %PAUSE 30" is NOT
  138. valid but "%PAUSE * 30" IS valid.
  139.  
  140. A good idea is to end all letters to FusAC with %Q. Then You can see that
  141. the changes that You have requested really has been done.
  142.  
  143.  
  144.